GdkRGBA: Fix typo precentage => percentage
authorDaniel Boles <dboles@src.gnome.org>
Thu, 6 Jul 2017 12:59:53 +0000 (13:59 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 6 Jul 2017 13:00:35 +0000 (14:00 +0100)
gdk/gdkrgba.c

index a073790d44d82df17b52dfe3894a545053e13747..b310f82552c1a01394c32c84da6506239f218f7c 100644 (file)
@@ -184,7 +184,7 @@ parse_rgb_value (const gchar  *str,
  *
  * Where “r”, “g”, “b” and “a” are respectively the red, green, blue and
  * alpha color values. In the last two cases, r g and b are either integers
- * in the range 0 to 255 or precentage values in the range 0% to 100%, and
+ * in the range 0 to 255 or percentage values in the range 0% to 100%, and
  * a is a floating point value in the range 0 to 1.
  *
  * Returns: %TRUE if the parsing succeeded